created by Drag0nD
You can spawn "entity" or "item"
For entities you can give them any health/position/name while spawning them just like nbt commands
The command must start with entity/item then identifier of entity starting with "minecraft:" example:
entity minecraft:zombie name:test health:1000 position:40,64,40
you cant use spaces in name at the moment
in position put commas(,)between x,y,z
you dont have to give spawned entities all information you can just give it health only and it will spawn at your location by default (sometimes it doesnt so i prefer using position) example:
entity minecraft:cow health:50
example on items:
item minecraft:iron_sword
item minecraft:dirt
if you have any ideas comment them on mcpedl post
back